Adwaita: Set background color of header buttons
authorMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jul 2014 23:36:26 +0000 (19:36 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jul 2014 23:36:26 +0000 (19:36 -0400)
Without a background, one can see titles shine through when
resizable columns are squeezed.

gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 8330ab679b31ec0f442b9e83cc93fe5c9702377c..09a1c704745ee1bbebfde9ba028abc569e86f968 100644 (file)
@@ -868,6 +868,7 @@ column-header {
     @extend %column_header_button;
     $_column_header_color: mix($fg_color,$base_color,50%);
     color: $_column_header_color;
+    background-color: $base_color;
     font-weight: bold;
     text-shadow: none;
     box-shadow: none;
index 2646c775d8b5a28f3250612aeb80dcb4691c365d..93ac0f0425558321999d1e6e42b1d516692837a7 100644 (file)
@@ -1051,6 +1051,7 @@ GtkTreeView.view {
 
 column-header .button {
   color: #8b8b8a;
+  background-color: #292929;
   font-weight: bold;
   text-shadow: none;
   box-shadow: none; }
index 69d576e8b3ef638dc6ff5b51ebf79e3f66ef9c76..17b56b1303e96b3a9a0427ed3367de83f4e78bfb 100644 (file)
@@ -1043,6 +1043,7 @@ GtkTreeView.view {
 
 column-header .button {
   color: #96999a;
+  background-color: white;
   font-weight: bold;
   text-shadow: none;
   box-shadow: none; }